home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / champion.swf / scripts / frame_3 / PlaceObject2_170_24 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2008-11-13  |  196 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.moneyD < _root.money)
  3.    {
  4.       _root.moneyD += 2;
  5.       if(_root.moneyD > _root.money)
  6.       {
  7.          _root.moneyD = _root.money;
  8.       }
  9.    }
  10. }
  11.